home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / amac33.arc / MACR.DOC < prev    next >
Text File  |  1991-04-28  |  4KB  |  126 lines

  1.                             MacroMaker Macros
  2.  
  3. MACR27.QM contains a series of txtfiles an macfiles to use with QEdit and
  4. QMAC, the macro translator from SemWare.
  5.  
  6. To get started:
  7.  
  8. 1. Load MACR27.QM with QEdit. You will find a description of the macros, the
  9. revision history, and the macros with comments. You may want to to save the
  10. original copy and make a new copy with a different name. If you do the latter,
  11. just replace MACR27 below with the name of the new copy. Be sure the name
  12. extension is QM.
  13.  
  14. 2. Change "G:\QE" to the drive:\directory where your QCONFIG.DAT and "standard"
  15. macros exist on you system. This can be quickly done as follows:
  16.  
  17.         <esc>
  18.         S
  19.         R
  20.         G:\QE
  21.         <enter>
  22.         [enter your ram or active [drive]:\[directory] e.g. "F:\QEDIT\"]
  23.         <enter>
  24.         I
  25.         <enter>
  26.         Y or N as prompted
  27.  
  28. Save file.
  29.  
  30. 3. The name for my standard macros, the macros I use all the time, is
  31. "macros.qm" and "macros.mac". Using the same procedure as in step 2, carefully
  32. replace "macros" with the name of your standard macros as follows:
  33.  
  34.         <esc>
  35.         S
  36.         R
  37.         MACROS
  38.         <enter>
  39.         [enter your standard macro name]
  40.         <enter>
  41.         I
  42.         <enter>
  43.         Y or N as prompted
  44.  
  45.  
  46. "Standard" macros and QCONFIG.DAT must be in the same directory. Also change
  47. QCONFIG.DAT name if yours if different.
  48.  
  49. 4. Save file.
  50.  
  51. 5. c:\ is my ram disk. A ram disk is not necessary but macros convert much
  52. faster with a ram disk. Load all batch file in QEdit. As above, replace "c:",
  53. not "c:\" with your ram disk, e.g. "D:".
  54.  
  55. If you do not have a ram disk, you may replace "c:" with any active drive on
  56. your system.
  57.  
  58. 6. Save file.
  59.  
  60. 7. "Shell" to Dos
  61.  
  62. 8. Now make a macfile from MACR27.QM as follows:
  63.  
  64.         QMACB MACR27 MACR27
  65.         <enter>
  66.  
  67.  
  68. 9. Read macfile MACR27.MAC as follows:
  69.  
  70.         <esc>
  71.         M
  72.         R
  73.        "MACR27.MAC"
  74.         <enter>
  75.  
  76. You should now be ready to run any of the alternate series of macros from
  77. MACR27.QM.
  78.  
  79.  
  80. If your txtfiles do not have the file name extension "QM" and your macfiles do
  81. not have the file name extension "MAC", I suggest you copy all your txtfiles and
  82. macfiles with the following:
  83.  
  84.         copy *.[your txtfiles extension]  *.QM
  85.         copy *.[your macfiles extension]  *.MAC
  86.  
  87. 10. Run Alt-7 as above which will convert the txtfile you loaded to a macfile
  88. named c:$.MAC, convert c:$.MAC to a txtfile c:$.QM, and then load the c:$.QM and
  89. read c:$.MAC. Although the macfile name has changed, the macros in your macro
  90. buffer should still be the same as before running this macro.
  91.  
  92. 11. Run Alt-0 which will convert the txtfile to a macfile and read it's
  93. macfile.
  94.  
  95. 12. Run ALt-9 which will which does the same as step 11 but the macfile is not
  96. re-read.
  97.  
  98. 13. Run Alt-3. Enter "ZERO.QM" at the prompt, then Enter. You should see ZERO.QM
  99. at the end of DUM4.QM which is txtfile of the current active macros with ZERO.QM
  100. appended to it.
  101.  
  102. 14. With ZERO.QM loaded, run Alt-4 and you should see the txtfile ZERO.QM at the
  103. end of DUM3.QM which is a txtfile of your standard macros with the ZERO.QM
  104. appended to it. DUM3.MAC is a macfile of your standard macros with ZERO.MAC
  105. appended to it. DUM3.MAC has been read.
  106.  
  107. Remember QEdit macro buffer is limited to 2046 (not 2048) bytes, so be careful;
  108. if your standard macros are large and you try to append large macros to them,
  109. you will get an error message.
  110.  
  111. 15. Run Alt-5 anytime after macros using QMAC have been run to load "c:!" in a
  112. window showing any errors from QMAC. Press Enter to remove error window. Macros
  113. using an error window will automatically find the first error in the txtfile for
  114. easy correction. You may test the error window by removing the asterisk at the
  115. end of MACR27.QM.
  116.  
  117. 16. Run Alt-8 to load the macfile MACR27.MAC. This is not necessary but is just
  118. a test of Alt-8.
  119.  
  120. 17. Run Alt-2 to refresh the macro buffer with your standard macros.
  121.  
  122. QEdit and QMAC are powerful editing tools. I hope these macros help.
  123.  
  124.  
  125. ...Tom Hogshead   Sun  09-30-1990
  126.